<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
*åœ¨Positionå±žæ€§å€¼ä¸ºabsoluteçš„åŒæ—¶ï¼Œ
*å¦‚æžœæœ‰ä¸€çº§çˆ¶å¯¹è±¡ï¼ˆæ—&nbsp;è®ºæ˜¯çˆ¶å¯¹è±¡è¿˜æ˜¯ç¥–çˆ¶å¯¹è±¡ï¼Œæˆ–è€…å†é«˜çš„è¾ˆåˆ†ï¼Œä¸€æ&nbsp;·ï¼‰
*çš„Positionå±žæ€§å€¼ä¸ºRelativeæ—¶ï¼Œåˆ™ä¸Šè¿°çš„ç›¸å¯¹æµè§ˆå™¨çª—å£å®šä½å°†ä¼šå˜æˆç›¸å¯¹çˆ¶å¯¹è±¡å®šä½ï¼Œ
*è¿™å¯¹ç²¾ç¡®å®šä½æ˜¯å¾ˆæœ‰å¸®åŠ©çš„ã€‚
*/
*{
    margin: 0;
    padding: 0;
}
/*navå¯¼èˆªç›’å­*/
nav{
    width: 404px;
    height: 30px;
    line-height: 30px;
    /*å¯¼èˆªä½ç½®*/
    text-align: center;
    font-size: 12px;
    position: relative;
   
}
/*nav-main*/
.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
.nav-main span{
    display: inline-block;
    margin-left: 18px;
    width: 7px;
    height: 7px;
    background: url('../images/down-icon.png') no-repeat;
}
/*å›¾æ&nbsp;‡å‘ä¸Šæ—‹è½¬*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*å›¾æ&nbsp;‡å‘ä¸‹æ—‹è½¬*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*å¯¼èˆªæ¡è®¾ç½®*/
.nav-main&gt;li{
    width: 100px;
    height: 100%;
    display: block;
    float: left;
    
    color: #333;
    margin-right: 1px;
    cursor: pointer;
}
.nav-main&gt;li:hover{
}
/*éšè—ç›’å­è®¾ç½®*/
.hidden-box{
    width: 118px;
    border: 1px solid #1C4570;
    border-top: 0;
    position: absolute;
    display: none;
    top: 30px;
    background: #fff;
}
.hidden-box&gt;ul{
    list-style-type: none;
    color: #333;
    cursor: pointer;
	
}
.hidden-box&gt;ul li{line-height:24px;}
.hidden-box li:hover{
    
    color: #333;
}
/*éšè—ç›’å­ä½ç½®è®¾ç½®*/
.hidden-loc-index{
    left: -30px;
}
.hidden-loc-us{
    left: 81px;
}
.hidden-loc-info{
    left: 182px;
}
.hidden-loc-gg{
    left: 283px;
}

.attr_a{
	display:inline-block;
	height:20px;
	vertical-align:middle;
	line-height: 20px;
	padding:0px 3px 0px 3px;
	border:1px solid #fff;
}
.attr_a:hover{
	border:1px solid #4A8CA9;
}
.attr_a_selected{
	background:#4A8CA9;
	color:white !important;
}
.sort_a_selected{
	color:red !important;
}

.article_list{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.article_list dt{
    height: 25px;
    line-height: 25px;
    font-weight: bold;
}

.footer_ul{
	float:left;
	list-style: none;
	width:140px;
}
.footer_ul_li_first{
	height:30px;
	line-height: 30px;
	font-weight: bold;
}
.v_ul{margin-top:20px;}
.v_ul li{width:300px; height:104px; padding-left:0px; text-align:left; line-height:30px;}
.v_ul li img{float:left; margin-right:10px;width: 80px;}
.v_ul li a{font-size:14px; color:#26638a;}










</pre></body></html>